home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / printing / 2column6.lzh / EPSFX_LC.DAT < prev    next >
Text File  |  1993-12-17  |  2KB  |  62 lines

  1. *   PRINTER CODES FOR "TWO COLUMN PRINTER"  Release 6 - (2COLUMNS.PRG)
  2. *        Epson FX printers - Long Columns version (small line spacing)
  3. *
  4. * IMPORTANT: Do not add or delete any commas or lines in the codes section
  5. * below. This includes the remarks portion of the code lines.  Keep the
  6. * line "----CODES AND DEFAULTS---" intact. Don't use TAB's
  7. *
  8. * Codes are decimal ASCII.  Full editing instructions are in 2COLUMNS.DOC
  9. * CPI = Characters Per Inch (pitch)  LPI = Lines Per Inch
  10. *
  11. $ MB=2,TS=5,CL=3  (Max Blank lines, Tab Spacing, default Column Length
  12. * reduction)  Ranges are: MB 0-9, TS 2-9, CL 0-9  Note dollar sign
  13. *
  14. @ SORT=n, 2SIDES=n, DRAFT=y, DATE=y, DISK=n, EQUAL=y, EUROPE=n
  15. *
  16. ------------- CODES AND DEFAULTS ------------
  17. 027 056,      Disable 'Paper-Out' sensor
  18. 027 057,      Enable 'Paper-Out' sensor
  19. 027 065 010,  7 lines/inch line spacing (use closest value-10/72 set here)
  20. 027 064 027 080 027 120 000 027 084, Initialize-10CPI-draft-cancel subscript
  21. 027 079,      Cancel 'Skip-Over-Perforations'
  22. 027 087 001,  Fancy Print for Heading (Expanded or double width)
  23. 027 087 000,  Cancel Fancy Print
  24. 027 071,  Enhanced Print (Double Strike or NLQ--must work with all sizes)
  25. 027 072,  Cancel Enhanced printing (set draft mode)
  26. *
  27. "TXT", Default file extension to be shown in file selector box.
  28. 6,  Number of type sizes listed below (up to 6 allowed)
  29. *
  30. " Small Ltrs  20CPI 12LPI", Name #1 (uses the superscript font)
  31. 027 033 005 027 051 018 027 083 000,  codes to select this size
  32. 160,  characters/line
  33. 124,  lines/column
  34. *
  35. " Small Ltrs  20CPI 10LPI", Name #2 (uses the superscript font)
  36. 027 033 005 027 051 022 027 083 000,  codes
  37. 160,  characters/line
  38. 100,  lines/column
  39. *
  40. " Compressed Elite  20CPI", Name of type size #3
  41. 027 033 005,     codes 
  42. 160, characters/line
  43. 74,  lines/column
  44. *
  45. "  as above but at 8 LPI", Name of size #4
  46. 027 033 005 027 048,    codes
  47. 160, characters per full line
  48. 82,  Maximum lines per column
  49. *
  50. " Compressed  17CPI",   Name size #5
  51. 027 015 027 081 137,  codes
  52. 137, characters per full line
  53. 74,  Max lines per column
  54. *
  55. "  as above but at 8 LPI",  Name size #6
  56. 027 015 027 081 137 027 048,  codes
  57. 137, characters/line
  58. 82,  lines/column
  59. ************************************
  60. Note: The first two fonts always print in double strike mode (the only way
  61. Epson FX printers can print Super & Sub script fonts).
  62.